Skip to main content

hScroll

Type

property

Summary

Specifies the horizontal hScroll of a PolyGrid.

Syntax

set the hScroll of widget to {<Integer>}
get the hScroll of widget

Description

Use the hScroll property to scroll a PolyGrid or to check how far it has scrolled horizontally.

By default, the hScroll property of newly created PolyGrids is set to zero.

Examples

on openCard
# ...
set the hScroll of widget "PolyGrid" to 0

end openCard